#toolbar{
	display: block;
	position: fixed;
	left: -65%;
	top: 0px;
	z-index: 10000;
	width: 65%;
	height: 100%;
}

#toolbar h2{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	font-size: 30px;
	line-height: 35px;
	color: #ffffff;
	text-align: center;
}

#toolbar a.open{
	height: 60px;
	width: 60px;
	background-color: rgb(0,0,0,0.9);
	background-color: rgba(0,0,0,0.9);
	background-image: url(img/toolbar_open_button.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	text-decoration: none;
	position: absolute;
	right: -60px;
	top: 100px;
}

#toolbar a.open.opened{
	background-image: url(img/toolbar_close_button.png);
}

#toolbar a.open span{
	padding: 0px 0px 0px 20px;
}

#toolbar_outer{
	width: 100%;
	background-color: rgb(0,0,0,0.9);
	background-color: rgba(0,0,0,0.9);
	color: #ffffff;
}

#toolbar_inner{
	padding: 30px 0px 20px 20px;
	
}

#toolbar_inner2{
	display: inline-block;
	width: 100%;
}

.website_holder_outer{
	position: relative;
	text-align: justify;
	width: 100%;
	margin: 50px 0px 0px 0px;
}

.website_holder{
	display: inline-block;
	width: 32.33%;
	margin: 0px 0px 20px 0px;
	text-align: left;
}

.website_holder_filler{
	display: inline-block;
	height: 0px;
	width: 32.33%;
}

.website_holder h4{
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
	color: #ffffff;
	margin: 20px 0px 20px 0px;
}

.website_holder p{
	color: #ffffff;
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
}

.website_holder img{
	display: block;
	height: auto;
	position: relative;
	width: 100%;
}

.website_holder .button{
	display: inline-block;
	background-color: #ffffff;
	color: #000000;
	width: auto;
}

.website_holder .image_hover{
	background-color: rgb(0,0,0,0.7);
	background-color: rgba(0,0,0,0.7);
}

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 16px;
	height: 100%;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: transparent;
	position: relative;
}

.jspDrag
{
	background: #424242;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}